From: Dave Love Date: Tue, 18 Dec 2001 16:00:01 +0000 (+0000) Subject: Include "config.h", not <../src/config.h>. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~59733 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ba723d8e826f70f3a69c935403db202c5296516a;p=emacs.git Include "config.h", not <../src/config.h>. --- diff --git a/lib-src/emacsserver.c b/lib-src/emacsserver.c index 23623292d7e..d68b5286db5 100644 --- a/lib-src/emacsserver.c +++ b/lib-src/emacsserver.c @@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */ up to the Emacs which then executes them. */ #define NO_SHORTNAMES -#include <../src/config.h> +#include "config.h" #include #undef signal